home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / disk / bkpwiz31.zip / BKPWIZ.EXE / GETDOCS.BAT < prev    next >
DOS Batch File  |  1996-10-07  |  723b  |  52 lines

  1. @echo off
  2. echo prompt=%prompt% > prmptold.bat
  3. set clksw=0
  4.  
  5. call prompt1
  6. myclock>nul
  7. set clksw=1
  8.  
  9. :Begin
  10. :MAIN_MENU
  11. Wizmenu getdocs.mnu /o /d- /t2 /w300 >nul
  12.  
  13. If Errorlevel 8 goto exit
  14. If Errorlevel 7 goto exec
  15. If Errorlevel 6 goto Order
  16. If Errorlevel 5 goto Hints
  17. If Errorlevel 4 goto command
  18. If Errorlevel 3 goto features
  19. If Errorlevel 2 goto Overview
  20. If Errorlevel 1 goto setup
  21. goto exit
  22.  
  23. :Overview
  24. view overview.doc
  25. goto MAIN_MENU
  26.  
  27. :Setup
  28. view setinfo.txt
  29. goto MAIN_MENU
  30.  
  31. :Features
  32. view features.doc
  33. goto MAIN_MENU
  34.  
  35. :Command
  36. view command.doc
  37. goto MAIN_MENU
  38.  
  39. :Hints
  40. view hintips.doc
  41. goto MAIN_MENU
  42.  
  43. :order
  44. view order.doc
  45. goto MAIN_MENU
  46.  
  47. :exec
  48. go
  49. goto MAIN_MENU
  50.  
  51. :exit
  52.